home *** CD-ROM | disk | FTP | other *** search
- // Generic Polyray input File
- // Polyray input file: Alexander Enzmann
- // Time on 20Mhz 286/ 10Mhz 287: 1 setup, 56 tracing
-
- // Set up the camera
- viewpoint {
- from <0,20,-8>
- at <0,0,1000>
- up <0,1,0>
- angle 45
- hither 1
- yon 4000
- resolution 160, 160
- }
-
- include "colors.inc"
- background black
- light orange, < 0, 40, 900>
-
- define rippled_blue
- texture {
- noise surface {
- color <0.4, 0.4, 1.0>
- normal 2
- frequency 100
- bump_scale 2
- ambient 0.3
- diffuse 0.4
- specular white, 0.7
- reflection 0.5
- microfacet Reitz 10
- }
- scale <100, 1, 100>
- }
-
- object {
- sphere <0, -10, 1000>, 100
- texture {
- surface {
- ambient orange, 1
- diffuse 0
- specular 0
- }
- }
- }
-
- object {
- polynomial y
- translate <0, -1, 0>
- rippled_blue
- }
-